PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFDisplayRectangle Class / PDFDisplayRectangle Constructor / PDFDisplayRectangle Constructor(double,double,double,double)
The x coordinate of the rectangle's top left corner.
The y coordinate of the rectangle's top left corner.
The rectangle width.
The rectangle height.
In This Topic
    PDFDisplayRectangle Constructor(double,double,double,double)
    In This Topic
    Initializes a new PDFDisplayRectangle object.
    Syntax
    public PDFDisplayRectangle( 
       double left,
       double top,
       double width,
       double height
    )

    Parameters

    left
    The x coordinate of the rectangle's top left corner.
    top
    The y coordinate of the rectangle's top left corner.
    width
    The rectangle width.
    height
    The rectangle height.
    See Also